typo fix
authorMatthias Clasen <mclasen@redhat.com>
Fri, 11 Mar 2016 17:29:51 +0000 (12:29 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 11 Mar 2016 18:53:57 +0000 (13:53 -0500)
gtk/gtktreemodel.c

index d919f586eb05832703417aec413d0617a022af0b..5e447b9a2e24a482ad0a73a48b4ad570ec73536e 100644 (file)
@@ -1520,7 +1520,7 @@ gtk_tree_model_iter_previous (GtkTreeModel *tree_model,
  * If @parent is %NULL returns the first node, equivalent to
  * `gtk_tree_model_get_iter_first (tree_model, iter);`
  *
- * Returns: %TRUE, if @child has been set to the first child
+ * Returns: %TRUE, if @iter has been set to the first child
  */
 gboolean
 gtk_tree_model_iter_children (GtkTreeModel *tree_model,